Open
Conversation
ddfd2eb to
96fabe5
Compare
96fabe5 to
77db543
Compare
00f3e86 to
2d16495
Compare
8a6e949 to
8cb2259
Compare
14925de to
0a25da9
Compare
0a25da9 to
eeedce2
Compare
added 7 commits
January 14, 2026 09:35
- **System**: Add 'mingabook' (aarch64-darwin) configuration for user 'darrenbangsund', preserving existing user ID/GID. - **Secrets**: - Add 'scripts/init-secrets.sh' and 'scripts/manage-secrets.sh' for unified secret operations. - Update 'Taskfile.yml' to use new scripts for dynamic host/user secret management. - Register new 'mingabook' and 'darrenbangsund' keys in '.sops.yaml'. - **Home**: - Add 'go-task', 'google-cloud-sdk', 'claude-code' to default packages. - Refactor package lists and environment variables in 'modules/home/core'. - Switch fonts to 'Ubuntu' and 'Noto Color Emoji'. - Disable 'foot' and 'ghostty' terminals by default. - Make ANTHROPIC_API_KEY export in zsh optional based on secret existence. - **Maintenance**: - Add 'meta.mainProgram' to 'kotlin-lsp' to fix evaluation warning. - Remove unused 'users/default.nix' and 'modules/darwin/core/programs.nix'. - Update flake inputs.
- Introduce 'fellowship.home.programs.zeditor' configuration options: - 'nodePath': Path to node executable (default: /run/current-system/sw/bin/node) - 'npmPath': Path to npm executable (default: /run/current-system/sw/bin/npm) - Update Zed configuration to use these parameterized values. - Allows flexibility to use system-provided Node.js binaries or override with Nix store paths.
- Remove explicit node path overrides for Zed in 'mingabook/default.nix'. - Update 'nodejs_20' to 'nodejs_21' in 'mingabook' system packages. - Update Node paths in 'editor.nix' to use system paths for consistency.
- Extracted Zed settings from 'zeditor.nix' to 'zed-settings.json'. - 'zeditor.nix' now imports settings from the JSON file, decoupling config from logic. - Expanded 'file_types' in settings with comprehensive language associations (Python, JS/TS, Go, Rust, C++, etc.). - Preserved parameterized node paths and Nix-specific LSP binary configurations.
- Removed 'zed-settings.json' and reverted 'zeditor.nix' to a pure Nix configuration. - The external JSON file was causing issues with string escaping and complexity. - All settings, including the expanded file associations and default configuration values, have been merged back into the 'userSettings' attribute set within 'zeditor.nix'. - Preserved parameterized node paths and Nix-specific LSP binary logic.
c4310f1 to
76b336a
Compare
76b336a to
190d769
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.